/*顶部广告 start*/
.vtop_ad {
    width: 100%;
    height: 50px;
    min-width: 1200px;
    overflow: hidden;
    background: #FFC220;
    position: relative;
}

.vtop_ad a {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
}

.vtop_ad a img {
    display: block;
    height: 50px;
}

.vtop_ad .adclose {
    position: absolute;
    top: 15px;
    right: 16px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/*顶部广告 end*/

/*pubic start*/
body {
    overflow-x: hidden;
    background: #F7F8FC;
}

.home {
    font-family: "思源黑体 CN";
}

.wrap {
    position: relative;
    padding-top: 20px;
    min-width: 1200px;
}

.wrap-ctx {
    width: 1200px;
    margin: 30px auto;
    position: relative;
}

.warp-m0 {
    margin: 0 auto;
}

.wTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.wtitType {
    color: #222;
    font-family: "思源黑体 CN";
    font-size: 18px;
    line-height: 18px;
    font-weight: 749;
    border-left: 4px solid #222;
    padding-left: 6px;
}

.titleNew {
    color: #222;
    font-size: 16px;
    font-weight: 749;
}

.wtitMore {
    color: #767F91;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.wtitMore::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #767F91;
    border-bottom: 1px solid #767F91;
    transform: rotate(-45deg);
    margin-left: 3px;
}

/*pubic end*/

/*header单独设置 start*/
#pagebody #header {
    position: relative;
}
#header {
    background: #fff !important;
}

/*header单独设置 end*/

/*导航模块 start*/
.home .banner {
    display: flex;
    position: relative;
}

.home .banner .menu {
    width: 200px;
    height: 300px;
    border-radius: 6px;
    background: #FFF;
    padding: 6px 0;
    overflow: hidden;
    box-sizing: border-box;
}




.home .banner .menu .menu-item {
    padding: 0 6px;
    height: 32px;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: center;
    margin: 0 6px;
}

.home .banner .menu .menu-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.home .banner .menu .menu-item p {
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 188px;
    height: 32px;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 6px;
    line-height: 32px;
}

.home .banner .menu .menu-item:hover {
    color: #0071DC;
    border-radius: 2px;
    background: #EFF7FF;
}

.home .banner .menu .menu-item:hover p{
    /* color: #0071DC;
    border-radius: 2px;
    background: #EFF7FF; */
}

.home .menu-list {
    position: absolute;
    top: 10px;
    left: 190px;
    z-index: 3;
}

.home .menu-list .list {
    width: 1010px;
    min-height: 300px;
    padding: 20px;
    display: none;
    transform: translateY(-10px);
    margin-left: 0;
    background: #fff;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #0071DC;
}

.home .menu .menu-item:hover .menu-list .list {
    display: block;
    overflow: auto;
}

.home .menu-list h2 {
    font-size: 13px;
    font-weight: 749;
    border-bottom: 1px solid #f4f4f5;
    margin-bottom: 14px;
    padding-bottom: 10px;
}

.home .menu-list h2 a:hover {
    color: #333;
    cursor: default;
}

.home .menu-list a {
    color: #333;
}

.home .menu-list a:hover {
    color: #0071dc;
}

.home .menu-list-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.home .menu-list-link a {
    color: #333;
    font-size: 12px;
    margin-right: 30px;
    max-width: 160px;
    width: 160px;
    min-width: 160px;
    margin-bottom: 20px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home .menu-list-link a:hover {
    color: #0071DC;
}

.home .banner .swiper-container {
    width: 412px;
    height: 300px;
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
}

.home .banner .swiper-slide a {
    display: block;
}

.home .banner .swiper-slide a img {
    width: 412px;
    height: 300px;
}

.home .banner .swiper-pagination-bullet {
    width: 8px;
    height: 6px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.4);
}

.home .banner .swiper-pagination-bullet-active {
    width: 16px !important;
    border-radius: 3px !important;
    background: #fff !important;
}

.home .banner .swiper-button-prev {
    width: 30px;
    height: 30px;
    left: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: rgba(100, 100, 100, 0.2);
}

.home .banner .swiper-button-next {
    width: 30px;
    height: 30px;
    right: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: rgba(100, 100, 100, 0.2);
}

.home .banner .swiper-button-prev::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 12px;
    top: 12px;
}

.home .banner .swiper-button-next::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 11px;
    top: 10px;
}

.home .banner .adv {
    width: 290px;
}

.home .banner .adv a {
    display: block;
    margin-bottom: 10px;
}

.home .banner .adv a img {
    display: block;
    width: 290px;
    height: 145px;
    border-radius: 6px;
}

.home .banner .adv a:last-child {
    margin-bottom: 0;
}

.home .banner .userInfo {
    width: 268px;
    height: 300px;
    border-radius: 6px;
    background: #fff;
    margin-left: 10px;
    padding: 14px 16px 29px 16px;
    box-sizing: border-box;
}

.home .banner .userInfo .user {
    display: flex;
}

.home .banner .userInfo .before-user {
    display: flex;
}

.home .banner .userInfo .after-user {
    display: none;
}

.home .banner .userInfo .user a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-right: 8px;
}

.home .banner .userInfo .user a .avatar {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.home .banner .userInfo .user .userType a {
    font-size: 14px;
    font-style: normal;
    font-weight: 749;
    line-height: 17px;
    color: #333;
    height: 17px;
}

.home .banner .userInfo .user .userType p {
    color: #999;
    font-family: "思源黑体 CN";
    font-size: 12px;
    line-height: 17px;
    margin-top: 4px;
    height: 22px;
}

.home .banner .userInfo .after-user .userType a.name{
    height: 17px;
    display: inline-block;
}

.home .banner .userInfo .after-user .userType h6{
    font-size: 14px;
    font-weight: 749;
    color: #333;
}

.home .banner .userInfo .user .userType .type1 {
    height: 22px;
    padding: 4px 6px;
    border-radius: 4px;
    background: linear-gradient(5deg, #C7E6FF 3.96%, #E1F8FF 96.04%);
    color: #0081E0;
    font-family: "思源黑体 CN";
    font-size: 12px;
    display: flex;
    align-items: center;
    display: none;
    box-sizing: border-box;
}

.home .banner .userInfo .user .userType .type2 {
    height: 22px;
    padding: 4px 6px;
    border-radius: 4px;
    background: #E5E9F4;
    color: #667597;
    font-family: "思源黑体 CN";
    font-size: 12px;
    display: flex;
    align-items: center;
    display: none;
    box-sizing: border-box;
}


.home .banner .userInfo .user .userType .type1 img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    display: block;
}

.home .banner .userInfo .user .userType a.member-link{
    display: block;
    width: auto;
}

.home .banner .userInfo .user .userType .ineInformation-member{
    display: flex;
    margin-top: 6px;
    height: 19px;
    cursor: pointer;
}

.home .banner .userInfo .user .userType .ineInformation-member .member-icon{
    width: 48px;
    height: 16px;
    line-height: 16px;
    border-radius: 15px;
}

.home .banner .userInfo .user .userType .ineInformation-member .member-icon span{
    font-size: 11px;
    font-weight: 400;
}

.home .banner .userInfo .user .userType .ineInformation-member .member-icon img{
    width: 18px;
    height: 18px;
    margin: -2px 2px 0 -2px;
}

.home .banner .userInfo .user .userType .ineInformation-member .progress-box{
    width: 120px;
    margin-left: 10px;
    margin-right: 10px;
}

.home .banner .userInfo .user .userType .ineInformation-member .progress-box .progress-txt{
    font-size: 11px;
    height: 13px;
    line-height: 13px;
    margin-bottom: 3px;
    margin-top: 0;
    font-weight: 400;
}

.home .banner .userInfo .user .userType .ineInformation-member .growth-progress-bar{
    width: 102px;
    height: 3px;
    border-radius: 13px;
}

.home .banner .userInfo .user .userType .ineInformation-member .growth-progress-bar .growth-progress-fill{
    height: 3px;
    border-radius: 13px;
}

.home .banner .userInfo .user .userType .ineInformation-member.no-member .member-icon{
    border: 0.7px solid #9DA8BC;
    background-color: #EBF2F8;
    color: #9DA8BC;
    text-align: center;
    line-height: 14px;
}

.home .banner .userInfo .user .userType .ineInformation-member.no-member .progress-box .progress-txt{
    color: #9DA8BC;
}

.home .banner .userInfo .user .userType .ineInformation-member.no-member .growth-progress-bar{
    background-color: #9DA8BC33;
}

.home .banner .userInfo .user .userType .ineInformation-member.no-member .growth-progress-fill{
    background-color: #9DA8BC;
    width: 0;
}

.home .banner .userInfo .user .userType .ineInformation-member.bronze-member .member-icon{
    border: 0.7px solid #EFC997;
    background-color: #F3DEBF;
    color: #BF935C;
    display: inline-flex;
}

.home .banner .userInfo .user .userType .ineInformation-member.bronze-member .progress-box .progress-txt{
    color: #BF935C;
}

.home .banner .userInfo .user .userType .ineInformation-member.bronze-member .growth-progress-bar{
    background-color: #BF935C33;
}

.home .banner .userInfo .user .userType .ineInformation-member.bronze-member .growth-progress-fill{
    background-color: #BF935C;
    width: 0;
}

.home .banner .userInfo .user .userType .ineInformation-member.silver-member .member-icon{
    border: 0.7px solid #CDDCF2;
    background-color: #E1EAF8;
    color: #6D87B4;
    display: inline-flex;
}

.home .banner .userInfo .user .userType .ineInformation-member.silver-member .progress-box .progress-txt{
    color: #6D87B4;
}

.home .banner .userInfo .user .userType .ineInformation-member.silver-member .growth-progress-bar{
    background-color: #6D87B433;
}

.home .banner .userInfo .user .userType .ineInformation-member.silver-member .growth-progress-fill{
    background-color: #8198C0;
    width: 0;
}

.home .banner .userInfo .user .userType .ineInformation-member.gold-member .member-icon{
    border: 0.7px solid #FFDF91;
    background-color: #FFECBD;
    color: #E49900;
    display: inline-flex;
}

.home .banner .userInfo .user .userType .ineInformation-member.gold-member .progress-box .progress-txt{
    color: #E49900;
}

.home .banner .userInfo .user .userType .ineInformation-member.gold-member .growth-progress-bar{
    background-color: #E4990033;
}

.home .banner .userInfo .user .userType .ineInformation-member.gold-member .growth-progress-fill{
    background-color: #E49900;
    width: 0;
}

.home .banner .userInfo .user .userType .ineInformation-member.platinum-member .member-icon{
    border: 0.7px solid #F2D7CD;
    background-color: #F8EBE1;
    color: #B27A67;
    display: inline-flex;
}

.home .banner .userInfo .user .userType .ineInformation-member.platinum-member .progress-box .progress-txt{
    color: #B27A67;
}

.home .banner .userInfo .user .userType .ineInformation-member.platinum-member .growth-progress-bar{
    background-color: #B27A6733;
}

.home .banner .userInfo .user .userType .ineInformation-member.platinum-member .growth-progress-fill{
    background-color: #B27A67;
    width: 0;
}

.home .banner .userInfo .user .userType .ineInformation-member.diamond-member .member-icon{
    border: 0.7px solid #D9DCF7;
    background-color: #E1E0FF;
    color: #756DB4;
    display: inline-flex;
}

.home .banner .userInfo .user .userType .ineInformation-member.diamond-member .progress-box .progress-txt{
    color: #756DB4;
}

.home .banner .userInfo .user .userType .ineInformation-member.diamond-member .growth-progress-bar{
    background-color: #756DB433;
}

.home .banner .userInfo .user .userType .ineInformation-member.diamond-member .growth-progress-fill{
    background-color: #756DB4;
    width: 0;
}

.home .banner .userInfo .user .userType .ineInformation-member.blackGold-member .member-icon{
    border: 0.7px solid #FFE38D;
    background-color: #2C3138;
    color: #FDE399;
    display: inline-flex;
}

.home .banner .userInfo .user .userType .ineInformation-member.blackGold-member .progress-box .progress-txt{
    color: #2C3138;
}

.home .banner .userInfo .user .userType .ineInformation-member.blackGold-member .growth-progress-bar{
    background-color: #E8BC5B33;
}

.home .banner .userInfo .user .userType .ineInformation-member.blackGold-member .growth-progress-fill{
    background-color: #E8BC5B;
    width: 0;
}

.home .banner .userInfo .status {
    padding: 10px 10px 11px 12px;
    width: 236px;
    height: 64px;
    border-radius: 6px;
    margin-top: 20px;
    box-sizing: border-box;
    background: url('../../img/home-status.png') no-repeat 0 0;
    background-color: #F2F6F9;
}


.home .banner .userInfo .status .title {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.home .banner .userInfo .status .title img{
    width: 22px;
    margin-right: 2px;
}

.home .banner .userInfo .status .status-text {
    color: #5A6A84;
    font-family: "思源黑体 CN";
    font-size: 12px;
}

.home .banner .userInfo .status .title p {
    color: #121214;
    font-family: "思源黑体 CN";
    font-size: 14px;
    font-weight: 749;
    line-height: 17px;
    margin-right: 66px;
    /* 121.429% */
}

.home .banner .userInfo .status .title .status-title-wtitMore {
    color: #0071DC;
    font-family: "思源黑体 CN";
    font-size: 12px;
    font-weight: 749;
    line-height: 140%;
    /* 16.8px */
    display: flex;
    align-items: center;
}

.home .banner .userInfo .status .title .status-title-wtitMore::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #0071DC;
    border-bottom: 1px solid #0071DC;
    transform: rotate(-45deg);
    margin-left: 4px;
}

.home .banner .userInfo .mine-page {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.home .banner .userInfo .mine-page a {
    min-width: 56px;
    width: 56px;
    display: block;
    font-size: 14px;
    color: #333;
    margin-top: 24px;
    margin-right: 32px;
    text-align: center;
}

.home .banner .userInfo .mine-page a:nth-of-type(3),
.home .banner .userInfo .mine-page a:nth-of-type(6) {
    margin-right: 0;
}

.home .banner .userInfo .mine-page a:hover {
    color: #0071DC;
}

.home .banner .userInfo .mine-page a span {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 4px;
}

.home .banner .userInfo .mine-page a:nth-of-type(1) span {
    background: url('../../img/svg/home-order.svg') no-repeat 0 0;
}

.home .banner .userInfo .mine-page a:hover:nth-of-type(1) span {
    background: url('../../img/svg/home-order-a.svg') no-repeat 0 0;
}

.home .banner .userInfo .mine-page a:nth-of-type(2) span {
    background: url('../../img/svg/home-ad.svg') no-repeat 0 0;
}

.home .banner .userInfo .mine-page a:hover:nth-of-type(2) span {
    background: url('../../img/svg/home-ad-a.svg') no-repeat 0 0;
}

.home .banner .userInfo .mine-page a:nth-of-type(3) span {
    background: url('../../img/svg/home-at.svg') no-repeat 0 0;
}

.home .banner .userInfo .mine-page a:hover:nth-of-type(3) span {
    background: url('../../img/svg/home-at-a.svg') no-repeat 0 0;
}

.home .banner .userInfo .mine-page a:nth-of-type(4) span {
    background: url('../../img/svg/home-co.svg') no-repeat 0 0;
}

.home .banner .userInfo .mine-page a:hover:nth-of-type(4) span {
    background: url('../../img/svg/home-co-a.svg') no-repeat 0 0;
}

.home .banner .userInfo .mine-page a:nth-of-type(5) span {
    background: url('../../img/svg/home-fo.svg') no-repeat 0 0;
}

.home .banner .userInfo .mine-page a:hover:nth-of-type(5) span {
    background: url('../../img/svg/home-fo-a.svg') no-repeat 0 0;
}

.home .banner .userInfo .mine-page a:nth-of-type(6) span {
    background: url('../../img/svg/home-cou.svg') no-repeat 0 0;
}

.home .banner .userInfo .mine-page a:hover:nth-of-type(6) span {
    background: url('../../img/svg/home-cou-a.svg') no-repeat 0 0;
}


/*导航模块 end*/

/*传感器  start*/

.content-shop {
    display: flex;
    align-items: center;
}

.content-shop .ad {
    width: 200px;
    height: 200px;
    border-radius: 6px;
}

.content-shop .shop-center {
    width: 709px;
    height: 200px;
    border-radius: 6px;
    background: #fff;
    margin: 0 10px;
}

.content-shop .shop-center .title,
.content-shop .shop-right .title {
    border-radius: 6px 6px 0px 0px;
    background: #E8F2FC;
    height: 32px;
    line-height: 32px;
    width: 100%;
    color: #222;
    text-align: center;
    font-family: "思源黑体 CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 749;
    padding-left: 10px;
    text-align: left;
    box-sizing: border-box;

}

.content-shop .shop-center .inner {
    display: flex;
    height: 168px;
    width: 709px;
    border-radius: 0 0 6px 6px;
    padding-top: 4px;
    box-sizing: border-box;
}

.content-shop .shop-center .inner ul li a {
    display: flex;
    align-items: center;
    width: 340px;
    height: 32px;
    padding: 7px 8px;
    overflow: hidden;
    margin-right: 16px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-shop .shop-center .inner ul li a img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.content-shop .shop-center .inner ul li a .pt {
    color: #333;
    font-family: "思源黑体 CN";
    font-size: 12px;
    margin-right: 8px;
}

.content-shop .shop-center .inner ul li a .bd {
    height: 18px;
    padding: 1px 6px;
    color: #5A6A84;
    font-family: "思源黑体 CN";
    font-size: 12px;
    border-radius: 2px;
    background: #EBF4FD;
    box-sizing: border-box;
}

.content-shop .shop-center .inner ul:nth-of-type(2) li a {
    margin-right: 0;
}


.content-shop .shop-right {
    width: 268px;
    height: 200px;
    border-radius: 6px;
    background: #fff;
}

.content-shop .shop-right p span {
    color: #5A6A84;
    font-family: "思源黑体 CN";
    font-size: 12px;
    margin-left: 8px;
    font-weight: normal;
}

.content-shop .shop-right .findMaterials {
    width: 268px;
    padding: 10px;
    box-sizing: border-box;
}

.content-shop .shop-right .findMaterials input {
    width: 248px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #E1E5EE;
    padding: 11px 12px;
    background: #FFF;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.content-shop .shop-right .findMaterials input:focus{
    outline: none;
    border: 1px solid #0071DC;
}

.content-shop .shop-right .findMaterials input::placeholder {
    color: #BAC0CB;
    font-size: 14px;
    font-family: '思源黑体 CN';
}

.content-shop .shop-right .findMaterials .go-findMaterials {
    width: 248px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    background: #0071DC;
    text-align: center;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    margin-top: 18px;
    cursor: pointer;
}


/*传感器  end*/


/*方案  start*/

.stdsolution {
    display: flex;
    margin-bottom: 30px;
}

.stdsolution .stdsolution-item {
    width: 232px;
    height: 284px;
    border-radius: 6px;
    margin-right: 10px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.stdsolution .stdsolution-item:hover {
    box-shadow: 4px 4px 30px 0px rgba(72, 84, 106, 0.08);
    transform: translateY(-10px);
}

.stdsolution .stdsolution-item:hover .btn {
    color: #0071DC;
}

.stdsolution .stdsolution-item:hover .btn span {
    background: url('../../img/svg/stdsolution-right-active.svg') no-repeat 0 0;
}

.stdsolution .stdsolution-item:last-of-type {
    margin-right: 0;
}

.stdsolution .stdsolution-item img {
    width: 232px;
    height: 145px;
    border-radius: 6px 6px 0px 0px;
    background: #FFF;
    display: block;
}

.stdsolution .stdsolution-item p {
    margin: 0 10px;
    box-sizing: border-box;
}

.stdsolution .stdsolution-item .title {
    width: 212px;
    color: #222;
    font-family: "思源黑体 CN";
    font-size: 14px;
    height: 17px;
    font-weight: 749;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
}

.stdsolution .stdsolution-item .price,
.stdsolution .stdsolution-item .dp {
    color: #767F91;
    font-family: "思源黑体 CN";
    font-size: 12px;
    height: 14px;
}
.stdsolution .stdsolution-item .price{
    margin-top: 16px;
}
.stdsolution .stdsolution-item .price span {
    color: #FF5300;
    display: inline-block;
}

.stdsolution .stdsolution-item .dp{
    margin-top: 12px;
    margin-bottom: 16px;
}
.stdsolution .stdsolution-item .dp span {
    color: #222;
    display: inline-block;
}

.stdsolution .stdsolution-item .btn {
    color: #7283A4;
    font-family: "思源黑体 CN";
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px dashed #E1E5EE;
    padding: 10px 0;
}

.stdsolution .stdsolution-item .btn span {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../img/svg/stdsolution-right.svg') no-repeat 0 0;
    margin-left: 4px;
}


/*方案  end*/


/*文章  start*/

.warp .tech {
    width: 1200px;
    height: 323px;
    padding: 16px 0 23px 0;
    border-radius: 6px;
    background: #fff;
    display: flex;
    margin: 0 auto 30px;
    box-sizing: border-box;
}

.warp .tech .inner {
    width: 33.3333%;
    border-right: 1px dashed #E1E5EE;
    padding: 0 20px;
    box-sizing: border-box;
}

.warp .tech .inner:last-of-type {
    border-right: 0;
}

.warp .tech .inner ul li {
    margin-bottom: 16px;
    height: 17px;
}

.warp .tech .inner ul li:last-of-type {
    margin-bottom: 0;
}

.warp .tech .inner ul li a {
    display: flex;
    align-items: center;
}

.warp .tech .inner ul li a i {
    min-width: 4px;
    height: 2px;
    background: #5A6A84;
    display: inline-block;
    margin-right: 8px;
}

.warp .tech .inner .tech-inner-first li a span {
    min-width: 13px;
    height: 17px;
    background: #fff;
    margin-right: 6px;
    color: #778397;
    font-weight: 749;
    font-size: 14px;
    margin-bottom: 3px;
}

.warp .tech .inner ul li a:hover .text {
    color: #333;
}

.warp .tech .inner ul li a .text {
    color: #5A6A84;
    font-size: 14px;
    width: 292px;
    max-width: 292px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.warp .tech .inner .tech-inner-first li a .text {
    width: 340px;
    max-width: 340px;
}

.warp .tech .inner ul li a .time {
    width: 56px;
    text-align: right;
    color: #999;
    font-family: "思源黑体 CN";
    font-size: 14px;
}

.one {
    color: #FF5300 !important;
    font-size: 14px;
    font-weight: 749;
}

.two {
    color: #FF9E20 !important;
    font-size: 14px;
    font-weight: 749;
}

.three {
    color: #AB7B87 !important;
    font-size: 14px;
    font-weight: 749;
}


/*文章  end*/


/*品牌  start*/

.brand {
    width: 1200px;
    height: 316px;
    border-radius: 6px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.brand .swiper-brand {
    width: 1160px;
    overflow: hidden;
}

.brand .swiper-brand .swiper-slide {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.swiper-pagination-brand{
    text-align: center;
}
.brand .swiper-brand .swiper-pagination-bullet {
    width: 8px;
    height: 4px;
    border-radius: 2px;
    background: #C4C8D2;
}
.swiper-pagination-bullet{
    opacity: .4;
}


.brand .swiper-brand .swiper-pagination-bullet-active {
    width: 16px !important;
    border-radius: 2px !important;
    background: #0071DC !important;
}

.brand-link {
    width: 136px;
    height: 64px;
    border-radius: 4px;
    border: 1px solid #F2F4F9;
    margin-right: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    padding: 3px 10px;
    box-sizing: border-box;
}

.brand-link:hover{
    box-shadow: 4px 4px 30px 0px rgba(72, 84, 106, 0.08);
}

.brand-link:nth-of-type(8n){
    margin-right: 0px;
}

.brand-link img {
    width: 100%;
    height: 100%;
    display: block;
}

/*品牌  end*/


/*底部广告  start*/

.footer-home {
    background-color: #fff;
    width: 100%;
    height: 96px;
    margin-top: 17px;
}

.footer-home ul {
    width: 1200px;
    height: 95px;
    border-bottom: 1px dashed #E1E5EE;
    margin: 0 auto;
    display: flex;
}

.footer-home ul li {
    display: flex;
    align-items: center;
    margin: 24px 104px 25px 0;
}

.footer-home ul li:last-of-type {
    margin-right: 0;
}

.footer-home ul li img {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    display: block;
    box-sizing: border-box;
}

.footer-home ul li .right .title {
    color: #000;
    font-family: "思源黑体 CN";
    font-size: 16px;
}


/*底部广告  end*/

footer {
    margin-top: 0 !important;
    background: #fff !important;
}

/*底部广告 start*/
.home .bottomAdv {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width: 100%;
    display: none;
}

.home .bottomAdv .fbg {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    transform: scaleX(2000);
}

.home .bottomAdv .ebg {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 2000px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    transform: scaleX(2000);
    top: 0;
    z-index: 1;
}

.home .bottomAdv .banner {
    max-height: 120px;
    display: block;
    margin: 0 auto;
    z-index: 2;
}

.home .bottomAdv .close {
    position: absolute;
    right: 10px;
    top: 17px;
    cursor: pointer;
    z-index: 2;
    color: rgba(204, 204, 204, 1);
    font-size: 34px;
    line-height: 0;
}

/*底部广告 end*/
